home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-14 | 759 b | 62 lines | [TEXT/ttxt] |
- /* By Andy O'Meara */
- /* By Jay J420oholic@yahoo.com */
- /* Costaring BudBoy */
-
- Resn=10,
- Durn=" 1.5 ",
-
-
- CamX=" 40 * cos( t / 7 ) ",
- CamY=" 5 + 20 * sin( t / 7.77 ) ",
- CamZ=" 25 + 10 * sin( t / 5 ) ",
-
- CmLX=" 30 ",
- CmLY=" 0 ",
- CmLZ=" 10 ",
-
- CUpX=" 0 ",
- CUpY=" 0 ",
- CUpZ=" 1 ",
-
-
- // Just makes the dt=0 linewidth 2
- LWdt="1 + sqwv(1+dt)",
-
-
- LvlR=" 1 ",
- LvlG=" 1 ",
- LvlB=" 1 ",
-
- C0=" 50 * exp( -dt * 2.5 ) ",
- D0=" ( dt + .4 * s - .2 ) * 12 ",
-
- C1=" 50 * ( 1 - dt / 30 ) ",
- C2=" -120 * dt ",
-
- R=" c0 * cos( d0 ) ",
- G=" c0 * sin( d0 ) ",
- B=" 0 ",
-
-
- widt=420,heig=420,
-
-
- ConL=1,ConB=1,
-
-
- Fall=".05",
-
-
- X=" 150 * dt ",
- Y=" 150 * (s - .5) ",
- Z=" 20 * abs( mag( s ) ) ",
-
-
- Scal=" 680 ",
-
- ScSz=1,
-
- Pers=" 250 ",
-
-
- Vers=30,